How to enable modules on Apache in Ubuntu

Enable mod_rewrite on Apache Simply, mod_rewrite is used for rewriting a URL at the server level, giving the user output for that final page. So, for example, a user may ask for http://www.somesite.com/widgets/blue/, but will really be given http://www.somesite.com/widgets.php?colour=blue by the server. Of course, the user will be none the wiser to this little bit … Continue reading How to enable modules on Apache in Ubuntu